home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TALERTDIALOG / TALERTDIALOG.txt
Encoding:
Text File  |  1997-02-27  |  1.7 KB  |  72 lines

  1. object AlertDialog: TAlertDialog
  2.   Left = 448
  3.   Top = 193
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 137
  7.   ClientWidth = 271
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object Test: TLabel
  17.     Left = 4
  18.     Top = 112
  19.     Width = 26
  20.     Height = 16
  21.     Caption = 'Test'
  22.     Font.Color = clWindowText
  23.     Font.Height = -13
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     ShowAccelChar = False
  28.     Transparent = True
  29.   end
  30.   object Prompt: TNeoBookBalloon
  31.     Left = 80
  32.     Top = 16
  33.     Width = 177
  34.     Height = 41
  35.     Font.Color = clBtnText
  36.     Font.Height = -13
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     CornerSize = 14
  40.     XOffset = 8
  41.     YOffset = 8
  42.     StemOffset = 8
  43.   end
  44.   object Image1: TNeoBookImage
  45.     Left = 12
  46.     Top = 16
  47.     Width = 59
  48.     Height = 41
  49.     AutoSize = True
  50.     Transparent = True
  51.   end
  52.   object OkButton: TBitBtn
  53.     Left = 95
  54.     Top = 88
  55.     Width = 81
  56.     Height = 28
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 0
  61.     Glyph.Data = {
  62.       F6000000424DF600000000000000760000002800000010000000100000000100
  63.       0400000000008000000000000000000000001000000010000000000000000000
  64.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  65.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  66.       3333333333333333300033333333333000B0330000300000E00030BFB70FBFB0
  67.       E0003000000BFBF0E00030BFB70FBFB0E0003000000BFBF0E00030BFB70F0FB0
  68.       E00030000000FBF0E00030BFB700BFB0E0003300000BFB0000003333330FB033
  69.       33333333330B033333333333330F833333333333333083333333}
  70.   end
  71. end
  72.